os.fileStat.IsDir (method, view implemented interface methods)

2 uses

	os (current package)
		root_unix.go#L40: 	if err == nil && !fs.IsDir() {
		types.go#L61: func (fs *fileStat) IsDir() bool  { return fs.Mode().IsDir() }